home *** CD-ROM | disk | FTP | other *** search
- CHEKMATE copyright 1984 Ronald Florence
-
- CHEKMATE is a large, fast checkbook program designed to save hours each year
- at tax time. Each checking account used by the program can have up to 1000
- entries. There is no limit to how many accounts you can have. If you have
- an 8087 or 80287 chip in your machine, the program will use it. It will work
- for DOS 1.1 or later versions, but does not use path names for the code and
- data files. (The 8087/80287 only version is 8K smaller.)
-
- In addition to CM.EXE, you need in the same directory (or on the same disk) one
- or more files with file name CHEKCODE and the following format. The extension
- will vary, as explained below.
-
- 1 Salary
- 2 Dividends
- 3 Royalties
- 11 Mortgage
- 12 Childcare
- 22 Computer
- 35 Heat
- 50 Other
-
- You will, of course, make up categories useful for your own record keeping.
- I use a different CHEKCODE file for each year, because the expenditures and
- deposits I track each year vary. Thus I have in the directory files named
- CHEKCODE.84, CHEKCODE.83, etc. If you use the same codes each year, you can
- have a single file named CHEKCODE.STD, which the program will search for if
- it cannot find a file with the matching year code. The program will make and
- keep its data files (CHECKS.84, CHECKS.85, etc.) in the same directory.
-
- You can use any text editor to make the CHEKCODE files. Just make sure there
- is no more than a single space or tab between the code number and the code
- name, and that the code names are not more than 15 characters long. Code
- numbers 1-9 are reserved for credit (deposit) codes, with numbers 10-50 for
- debit (check) codes. Don't use more than 24 debit (check) codes. If your
- finances are that complicated, you probably need a double entry bookkeeping
- system anyway.
-
- When you start CHEKMATE by entering CM, the program will prompt you for the
- year, which you can give in long or short form (1985 or 85). You can include
- the year on the command line 'CM 85' or 'CM 1985' (or whatever year you want)
- and skip the prompt.
-
- If you have never used CHEKMATE for that year before, the program will ask if
- you want to open a new data file. A response of n or N will terminate the
- program.
-
- You can press 'H' any time in response to the command prompt for a menu of the
- the commands, or use the appropriate key (upper or lower case) at the prompt
- to enter a command:
-
- A - add an item (will show your categories and code numbers)
- B - balance (lists all categories with balances)
- C - categories & code numbers
- D - display (by month, category, or all)
- F - file statistics (which data file and how many entries)
- H - help
- P - print (by month, category, or all)
- Q - quit
- R - remove an entry
- S - sort and save new entries
-
- When making entries, use delete or backspace to make corrections before you
- press Return, or press Esc to start the item over. If you press Esc when an
- item is blank, it aborts the entry. 'Item number: ' is for your check number,
- and will accept anything from 1 to 9999. If you enter '0' or press Return with
- no entry, the program will select the next unused number, starting from 1. This
- is so you can assign numbers to deposits, NOW interest, service charges, and
- automatic debits. 'Month: ' wants a number from 1-12; if you press Return or
- enter a 0, the program will assign the date on the machine calendar.
-
- When displaying months, categories, or the whole checkbook on the screen, the
- program will stop with each screenfull, like the DOS 'more' command. Press any
- key for another screenfull, or press Esc to abort the rest of the display.
-
- The printer is routed to Lpt1. If you are using a different parallel port or
- a serial port, you will need a mode command to reroute the printer.
-
- If you are making a lot of entries, it is a good idea to 'save' frequently.
- The new data is not written to the data file until you either 'save' or
- answer 'y' to the 'Save new entries?' prompt after you press 'q' to quit.
-
- Hope it helps you at tax time.